home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000136_news@columbia.edu_Fri Apr 14 18:35:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24252
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 14 Apr 1995 17:50:17 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15442
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 14 Apr 1995 17:50:16 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!solaris.cc.vt.edu!swiss.ans.net!meaddata!news
  6. From: robertg@meaddata.com (Robert Gerardy)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Kermit in background
  9. Date: 14 Apr 1995 18:35:23 GMT
  10. Organization: Mead Data Central, Dayton OH
  11. Lines: 20
  12. Distribution: world
  13. Message-Id: <3mmf9b$ial@meaddata.meaddata.com>
  14. Reply-To: robertg@meaddata.com
  15. Nntp-Posting-Host: atom.meaddata.com
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I have a program that dials a modem and connects to a remote system. It then
  19. executes a dialog with a kermit on the remote to set it up to transfer a file.
  20. Then I want it to receive the file via kermit on my local system. I want
  21. kermit to just come up, receive a file via stdin/stdout and then go away.
  22. The whole thing will be executed via a crontab, so there will be no /dev/tty.
  23. This is on a Sun/Solaris box.
  24.  
  25. The version of kermit we have (C-kermit?), when I run it with -riqd command line
  26. options, appears to attempt to open /dev/tty and otherwise behave in an
  27. unacceptable manner :-). Is there some way to make it do what I want, or is
  28. there a program that just implements the protocol using stdin/stdout as
  29. the port, without all the interactive program baggage?
  30.  
  31. TIA
  32.  
  33. Bob
  34.  
  35.  
  36.  
  37.